home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8138 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  627 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help with containers (Borland)
  5. Date: Thu, 15 Feb 1996 01:58:42 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4fu3sa$ml0@btree.brooktree.com>
  8. References: <1996Feb13.095916.26002@es.dupont.com>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10. X-Newsreader: Forte Free Agent v0.46
  11.  
  12. Malcolm Smart <MALCOLM.SMART@CONOCO.DUPONT.COM> wrote:
  13. [deleted]
  14.  
  15. >   strcpy((TMyClass&)MyArray[0].Member ,  "Some String");  //DOES NOT 
  16. >WORK!
  17.  
  18. Are you sure you need the cast ? Doesn't it tries to cast Member to
  19. TMyClass & ?
  20.  
  21.  
  22.  
  23.